home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2 / DJLSR200.ZIP / src / libc / dos / io / makefile < prev    next >
Encoding:
Makefile  |  1995-08-28  |  378 b   |  22 lines

  1. # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
  2. TOP=../..
  3.  
  4. SRC += _chmod.c
  5. SRC += _close.c
  6. SRC += _creat.c
  7. SRC += _open.c
  8. SRC += _read.c
  9. SRC += _write.c
  10. SRC += crlf2nl.c
  11. SRC += dosio.c
  12. SRC += doslock.c
  13. SRC += dosunloc.c
  14. SRC += fmode.c
  15. SRC += lock.c
  16. SRC += putpath.c
  17. SRC += setmode.c
  18. SRC += tell.c
  19. SRC += unlock.c
  20.  
  21. include $(TOP)/../makefile.inc
  22.